home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 May / Disc 2 / PCU0503CD2.iso / Crystal / 3rdparty / JavaVM / Plug-in / jplugin.exe / jaws.jar / sun / plugin / resources / ControlPanel.class (.txt) < prev   
Encoding:
Java Class File  |  1998-06-22  |  2.9 KB  |  12 lines

  1. package sun.plugin.resources;
  2.  
  3. import java.util.ListResourceBundle;
  4.  
  5. public class ControlPanel extends ListResourceBundle {
  6.    static final Object[][] contents = new Object[][]{{"panel.basic", "Basic"}, {"panel.advanced", "Advanced"}, {"panel.proxies", "Proxies"}, {"panel.apply", "Apply"}, {"panel.cancel", "Reset"}, {"panel.apply_failed", "Failed to write property file"}, {"panel.apply_failed_title", "Apply Failed"}, {"basic.enable_java", "Enable Java Plug-in"}, {"basic.show_console", "Show Java Console"}, {"basic.cache_jars", "Cache JARs in memory"}, {"basic.network_access", "Network access"}, {"basic.network_none", "None"}, {"basic.network_host", "Applet Host"}, {"basic.network_all", "Unrestricted"}, {"basic.java_parms", "Java Run Time Parameters"}, {"advanced.jre_name", "Java Run Time Environment"}, {"advanced.path", "Path :"}, {"advanced.enable_jit", "Enable Just In Time Compiler"}, {"advanced.jit_path", "JIT path"}, {"advanced.enable_debug", "Enable Debug"}, {"advanced.debug_settings", "Debug Settings"}, {"advanced.debug_port", "Debug Port :"}, {"advanced.other_jdk", "Other..."}, {"proxy.use_browser", "Use browser settings"}, {"proxy.proxy_settings", "Proxy Settings"}, {"proxy.protocol_type", "Type"}, {"proxy.proxy_address", "Proxy Address"}, {"proxy.proxy_port", "Port"}, {"proxy.http", "HTTP"}, {"proxy.ftp", "FTP"}, {"proxy.gopher", "Gopher"}, {"proxy.same_for_all_protocols", "Same proxy server for all protocols"}, {"main.control_panel_title", "Java(TM) Plug-in Properties"}, {"config.property_file_header", "# Java(TM) Plug-in Properties\n# DO NOT EDIT THIS FILE.  It is machine generated.\n# Use the Activator Control Panel to edit properties."}};
  7.  
  8.    public Object[][] getContents() {
  9.       return contents;
  10.    }
  11. }
  12.